home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / CON_BM / 00292_Script_292 < prev    next >
Text File  |  1997-11-07  |  465b  |  15 lines

  1. on HighlightButton param1
  2.   
  3.   --  whichsprite contains the channel number of the sprite that has been run over 
  4.   --  changes to custom cursor
  5.   set whichsprite = param1
  6.   set the cursor of sprite whichSprite = [03,04]
  7.   puppetSprite whichSprite, TRUE
  8.   puppetSound "rollOver"
  9.   
  10.    set CurrRolloverSprite = the membernum of sprite whichSprite
  11.   set the membernum of sprite whichSprite to (CurrRolloverSprite+1)
  12.   
  13.   updateStage
  14.  
  15. end HighlightButton